.dg-container{
	width: 100%;
	height: 650px;
	position: relative;
}
.dg-wrapper{
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 33.33333%;
	height: 562px;
	display: block;
	position: absolute;
	left: 33.333%;
	top: 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	float:left;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 2px 0px 0px 1px;
	height:560px;
	width:100%;
}
.dg-wrapper a div{
	font-style: normal;
	text-align: center;
	line-height: 50px;
	color: #333;
	font-size: 1.5rem;
	width: 100%;
	bottom: -72px;
	font-weight:bold;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 118px;
	position: absolute;
	z-index: 1000;
	bottom: 66px;
	left: 50%;
	margin-left: -59px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 49px;
	height: 49px;
	opacity: 0.8;
	background: transparent url(../image/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
@media all and (min-width: 0) and (max-width: 900px) {
.dg-container{
	height:430px;
}
.dg-wrapper	{
	height:380px;
}
.dg-wrapper a{
	height:380px;
	margin-left:-33.5%;
}
.dg-wrapper a img{
	height:378px;
}
.dg-wrapper a{
	width:100%;
}
.dg-wrapper a div{
	bottom:-55px;
}
	
	
}
@media all and (min-width: 901px) and (max-width: 1220px) {
.dg-container{
	height:750px;
}
.dg-wrapper	{
	height:700px;
}
.dg-wrapper a{
	height:700px;
	margin-left:-33.5%;
}
.dg-wrapper a img{
	height:698px;
}
.dg-wrapper a{
	width:100%;
}

.pro_mor{
	display:none !important;
}


}
@media all and(min-width:1221px) and (max-width:1399px){
.dg-container{
	height:450px;
}
.dg-wrapper	{
	height:400px;
}
.dg-wrapper a{
	height:400px;
	margin-left:-33.5%;
}
.dg-wrapper a img{
	height:398px;
}
.dg-wrapper a{
	width:100%;
}
}


